Skip to content

Fix/daily ci pool image#1329

Merged
ramsessanchez merged 1 commit into
mainfrom
fix/daily-ci-pool-image
May 27, 2026
Merged

Fix/daily ci pool image#1329
ramsessanchez merged 1 commit into
mainfrom
fix/daily-ci-pool-image

Conversation

@ramsessanchez
Copy link
Copy Markdown
Contributor

@ramsessanchez ramsessanchez commented May 27, 2026

Replicates changes from microsoftgraph/msgraph-sdk-java-core#2098 for the beta SDK.

Changes

.azure-pipelines/daily-ci-build.yml

  • Added image: ubuntu-latest to pool configuration
  • Switched to Gradle@4 ADO task with proper build/test configuration
  • Added sed steps to strip public repos (mavenCentral, gradlePluginPortal) for network-isolated builds

build.gradle

  • Added CFS feed as a Maven repository with token-based authentication (in both repositories and publishing.repositories)

settings.gradle

  • Added pluginManagement repositories block pointing to the CFS feed for plugin resolution

gradle.properties

  • Added CFS feed URL and credential placeholders for Azure Artifacts authentication
Microsoft Reviewers: Open in CodeFlow

- Switched to Gradle@4 ADO task with proper pool configuration (added image: ubuntu-latest)
- Added network isolation policy with sed steps to strip public repos for restricted network builds
- Added CFS upstream Azure Artifacts feed for dependency resolution in build.gradle, settings.gradle
- Added CFS feed URL and credential placeholders in gradle.properties

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ramsessanchez ramsessanchez requested a review from a team as a code owner May 27, 2026 19:15
@ramsessanchez ramsessanchez merged commit 82bf9f1 into main May 27, 2026
10 checks passed
@ramsessanchez ramsessanchez deleted the fix/daily-ci-pool-image branch May 27, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants